Uses of Class
org.neo4j.helpers.collection.PrefetchingIterator

Packages that use PrefetchingIterator
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
 

Uses of PrefetchingIterator in org.neo4j.helpers.collection
 

Subclasses of PrefetchingIterator in org.neo4j.helpers.collection
 class CatchingIteratorWrapper<T,U>
           
 class CombiningIterator<T>
          Combining one or more Iterators, making them look like they were one big iterator.
 class FilteringIterator<T>
          An iterator which filters another iterator, only letting items with certain criterias pass through.
 class NestingIterator<T,U>
          For each item in the supplied iterator (called "surface item") there's instantiated an iterator from that item which is iterated before moving on to the next surface item.
 class RangeIterator
          Iterates over a range, where the start value is inclusive, but the end value is exclusive.
 



Copyright © 2010 Neo4j. All Rights Reserved.